eplato-financials-v1 Schema
ledgerrowinfo Complex Type
eplato-financials-v1 Schema : ledgerrowinfo Complex Type
Namespace urn:xmlns:eplato:financials-v1
Diagram
description Element amount Element reference Element periodnumber Element fiscalyear Element dailyjournalnumber Element transactiondate Element accountnumber Element All ledgerrowinfo Complex Type
Overview
itemid required xs:int
All
accountnumber xs:int
transactiondate xs:dateTime
fiscalyear xs:int
periodnumber xs:byte
reference xs:int
amount xs:decimal
description xs:string
Used By
row Element
Attributes
NameTypeUseDefaultFixedDescription
itemidxs:intrequired   
Source
<xs:complexType name="ledgerrowinfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="accountnumber" type="xs:int" minOccurs="1" />
    <xs:element name="transactiondate" type="xs:dateTime" minOccurs="1" />
    <xs:element name="dailyjournalnumber" type="xs:int" minOccurs="1" />
    <xs:element name="fiscalyear" type="xs:int" minOccurs="1" />
    <xs:element name="periodnumber" type="xs:byte" minOccurs="1" />
    <xs:element name="reference" type="xs:int" minOccurs="1" />
    <xs:element name="amount" type="xs:decimal" minOccurs="1" />
    <xs:element name="description" type="xs:string" minOccurs="1" />
  </xs:all>
  <xs:attribute name="itemid" type="xs:int" use="required" />
</xs:complexType>
See Also
eplato-financials-v1 Schema